home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Opera 9.ini < prev   
INI File  |  2007-06-03  |  10KB  |  560 lines

  1. [%info]
  2. CSS Opera 8 Compatible
  3. Reference: http://www.opera.com/docs/specs/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. generate=Generated Content
  10. page=Page
  11. table=Tables
  12. text=Text
  13. visual=Visual
  14.  
  15. [%properties]
  16. background
  17. background-attachment
  18. background-color
  19. background-image
  20. background-position
  21. background-repeat
  22. border
  23. border-bottom
  24. border-bottom-color
  25. border-bottom-style
  26. border-bottom-width
  27. border-collapse
  28. border-color
  29. border-left
  30. border-left-color
  31. border-left-style
  32. border-left-width
  33. border-right
  34. border-right-color
  35. border-right-style
  36. border-right-width
  37. border-spacing
  38. border-style
  39. border-top
  40. border-top-color
  41. border-top-style
  42. border-top-width
  43. border-width
  44. bottom
  45. caption-side
  46. clear
  47. clip
  48. color
  49. content
  50. counter-increment
  51. counter-reset
  52. cursor
  53. display
  54. direction
  55. empty-cells
  56. float
  57. font
  58. font-family
  59. font-size
  60. font-style
  61. font-variant
  62. font-weight
  63. height
  64. left
  65. letter-spacing
  66. line-height
  67. list-style
  68. list-style-image
  69. list-style-position
  70. list-style-type
  71. margin
  72. margin-bottom
  73. margin-left
  74. margin-right
  75. margin-top
  76. max-height
  77. max-width
  78. min-height
  79. min-width
  80. orphans
  81. outline
  82. outline-color
  83. outline-style
  84. outline-width
  85. overflow
  86. padding
  87. padding-bottom
  88. padding-left
  89. padding-right
  90. padding-top
  91. page-break-after
  92. page-break-before
  93. page-break-inside
  94. position
  95. quotes
  96. right
  97. size
  98. table-layout
  99. text-align
  100. text-decoration
  101. text-indent
  102. text-transform
  103. top
  104. unicode-bidi
  105. vertical-align
  106. visibility
  107. white-space
  108. widows
  109. width
  110. word-spacing
  111. z-index
  112.  
  113. [%units]
  114. <length>=px|em|ex|pt|in|pc|mm|cm
  115.  
  116. [%types]
  117. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  118. <border-width>=<length>|thin|medium|thick
  119. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  120. <relative-size>=larger|smaller
  121. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  122.  
  123.  
  124. [background]
  125. group=colors
  126. value=<mixed>
  127. sub1=background-color,<color>|transparent
  128. sub2=background-image,<imageurl>|none
  129. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  130. sub4=background-attachment,scroll|fixed
  131. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  132.  
  133. [background-attachment]
  134. group=colors
  135. value=scroll|fixed
  136.  
  137. [background-color]
  138. group=colors
  139. value=<color>|transparent
  140.  
  141. [background-image]
  142. group=colors
  143. value=<imageurl>|none
  144.  
  145. [background-position]
  146. group=colors
  147. value=<percentage>|<length>|top|center|bottom|left|right
  148.  
  149. [background-repeat]
  150. group=colors
  151. value=repeat|repeat-x|repeat-y|no-repeat
  152.  
  153. [border]
  154. group=borders
  155. value=<mixed>
  156. sub1=width,<border-width>
  157. sub2=style,<border-style>
  158. sub3=color,<color>|transparent
  159.  
  160. [border-bottom]
  161. group=borders
  162. value=<mixed>
  163. sub1=width,<border-width>
  164. sub2=style,<border-style>
  165. sub3=color,<color>|transparent
  166.  
  167. [border-bottom-color]
  168. group=borders
  169. value=<color>|transparent
  170.  
  171. [border-bottom-style]
  172. group=borders
  173. value=<border-style>
  174.  
  175. [border-bottom-width]
  176. group=borders
  177. value=<border-width>
  178.  
  179. [border-collapse]
  180. group=table
  181. value=collapse|separate
  182.  
  183. [border-color]
  184. group=borders
  185. value=<mixed>|<color>|transparent
  186. sub1=border-top-color,<color>|transparent
  187. sub2=border-right-color,<color>|transparent
  188. sub3=border-bottom-color,<color>|transparent
  189. sub4=border-left-color,<color>|transparent
  190.  
  191. [border-left]
  192. group=borders
  193. value=<mixed>
  194. sub1=width,<border-width>
  195. sub2=style,<border-style>
  196. sub3=color,<color>|transparent
  197.  
  198. [border-left-color]
  199. group=borders
  200. value=<color>|transparent
  201.  
  202. [border-left-style]
  203. group=borders
  204. value=<border-style>
  205.  
  206. [border-left-width]
  207. group=borders
  208. value=<border-width>
  209.  
  210. [border-right]
  211. group=borders
  212. value=<mixed>
  213. sub1=width,<border-width>
  214. sub2=style,<border-style>
  215. sub3=color,<color>|transparent
  216.  
  217. [border-right-color]
  218. group=borders
  219. value=<color>|transparent
  220.  
  221. [border-right-style]
  222. group=borders
  223. value=<border-style>
  224.  
  225. [border-right-width]
  226. group=borders
  227. value=<border-width>
  228.  
  229. [border-spacing]
  230. group=table
  231. value=<length>
  232.  
  233. [border-style]
  234. group=borders
  235. value=<mixed>|<border-style>
  236. sub1=border-top-style,<border-style>
  237. sub2=border-right-style,<border-style>
  238. sub3=border-bottom-style,<border-style>
  239. sub4=border-left-style,<border-style>
  240.  
  241. [border-top]
  242. group=borders
  243. value=<mixed>
  244. sub1=width,<border-width>
  245. sub2=style,<border-style>
  246. sub3=color,<color>
  247.  
  248. [border-top-color]
  249. group=borders
  250. value=<color>
  251.  
  252. [border-top-style]
  253. group=borders
  254. value=<border-style>
  255.  
  256. [border-top-width]
  257. group=borders
  258. value=<border-width>
  259.  
  260. [border-width]
  261. group=borders
  262. value=<mixed>|<border-width>
  263. sub1=border-top-width,<border-width>
  264. sub2=border-right-width,<border-width>
  265. sub3=border-bottom-width,<border-width>
  266. sub4=border-left-width,<border-width>
  267.  
  268. [bottom]
  269. group=visual
  270. value=<percentage>|<length>|auto
  271.  
  272. [caption-side]
  273. group=table
  274. value=top|bottom|left|right
  275.  
  276. [clear]
  277. group=borders
  278. value=none|left|right|both
  279.  
  280. [clip]
  281. group=visual
  282. value=auto
  283.  
  284. [color]
  285. group=colors
  286. value=<color>
  287.  
  288. [content]
  289. group=generate
  290. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  291.  
  292. [counter-increment]
  293. group=generate
  294. value=none
  295.  
  296. [counter-reset]
  297. group=generate
  298. value=none
  299.  
  300. [cursor]
  301. group=visual
  302. value=<url>|default|auto|crosshair|pointer|move|text|wait|help|hand|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize
  303.  
  304. [display]
  305. group=visual
  306. value=inline|block|list-item|run-in|compact|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  307.  
  308. [direction]
  309. group=visual
  310. value=ltr|rtl
  311.  
  312. [empty-cells]
  313. group=table
  314. value=show|hide
  315.  
  316. [float]
  317. group=borders
  318. value=left|right|none
  319.  
  320. [font]
  321. group=fonts
  322. value=<mixed>
  323. sub1=font-style,normal|italic|oblique
  324. sub2=font-variant,normal|small-caps
  325. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  326. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  327. sub5=line-height,<percentage>|<length>|<number>|normal
  328. sub6=font-family,<font>
  329. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  330.  
  331. [font-family]
  332. group=fonts
  333. value=<font>
  334.  
  335. [font-size]
  336. group=fonts
  337. value=<length>|<percentage>|<relative-size>|<absolute-size>
  338.  
  339. [font-style]
  340. group=fonts
  341. value=normal|italic|oblique
  342.  
  343. [font-variant]
  344. group=fonts
  345. value=normal|small-caps
  346.  
  347. [font-weight]
  348. group=fonts
  349. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  350.  
  351. [height]
  352. group=visual
  353. value=<percentage>|<length>|auto
  354.  
  355. [left]
  356. group=visual
  357. value=<percentage>|<length>|auto
  358.  
  359. [letter-spacing]
  360. group=text
  361. value=<length>|normal
  362.  
  363. [line-height]
  364. group=text
  365. value=<percentage>|<length>|<number>|normal
  366.  
  367. [list-style]
  368. group=visual
  369. value=<mixed>
  370. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  371. sub2=list-style-position,inside|outside
  372. sub3=list-style-image,<imageurl>|none
  373.  
  374. [list-style-image]
  375. group=visual
  376. value=<imageurl>|none
  377.  
  378. [list-style-position]
  379. group=visual
  380. value=inside|outside
  381.  
  382. [list-style-type]
  383. group=visual
  384. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  385.  
  386. [margin]
  387. group=borders
  388. value=<mixed>|<percentage>|<length>|auto
  389. sub1=margin-top,<percentage>|<length>|auto
  390. sub2=margin-right,<percentage>|<length>|auto
  391. sub3=margin-bottom,<percentage>|<length>|auto
  392. sub4=margin-left,<percentage>|<length>|auto
  393.  
  394. [margin-bottom]
  395. group=borders
  396. value=<percentage>|<length>|auto
  397.  
  398. [margin-left]
  399. group=borders
  400. value=<percentage>|<length>|auto
  401.  
  402. [margin-right]
  403. group=borders
  404. value=<percentage>|<length>|auto
  405.  
  406. [margin-top]
  407. group=borders
  408. value=<percentage>|<length>|auto
  409.  
  410. [max-height]
  411. group=visual
  412. value=<percentage>|<length>|none
  413.  
  414. [max-width]
  415. group=visual
  416. value=<percentage>|<length>|none
  417.  
  418. [min-height]
  419. group=visual
  420. value=<percentage>|<length>|none
  421.  
  422. [min-width]
  423. group=visual
  424. value=<percentage>|<length>|none
  425.  
  426. [orphans]
  427. group=page
  428. value=<number>
  429.  
  430. [outline]
  431. group=visual
  432. value=<mixed>
  433. sub1=outline-color,<color>|invert
  434. sub2=outline-style,<border-style>
  435. sub3=outline-width,<border-width>
  436.  
  437. [outline-color]
  438. group=visual
  439. value=invert|<color>
  440.  
  441. [outline-style]
  442. group=visual
  443. value=<border-style>
  444.  
  445. [outline-width]
  446. group=visual
  447. value=<border-width>
  448.  
  449. [overflow]
  450. group=visual
  451. value=visible|hidden|scroll|auto
  452.  
  453. [padding]
  454. group=borders
  455. value=<mixed>|<percentage>|<length>
  456. sub1=padding-top,<percentage>|<length>
  457. sub2=padding-right,<percentage>|<length>
  458. sub3=padding-bottom,<percentage>|<length>
  459. sub4=padding-left,<percentage>|<length>
  460.  
  461. [padding-bottom]
  462. group=borders
  463. value=<percentage>|<length>
  464.  
  465. [padding-left]
  466. group=borders
  467. value=<percentage>|<length>
  468.  
  469. [padding-right]
  470. group=borders
  471. value=<percentage>|<length>
  472.  
  473. [padding-top]
  474. group=borders
  475. value=<percentage>|<length>
  476.  
  477. [page-break-after]
  478. group=page
  479. value=auto|always|avoid|left|right
  480.  
  481. [page-break-before]
  482. group=page
  483. value=auto|always|avoid|left|right
  484.  
  485. [page-break-inside]
  486. group=page
  487. value=avoid|auto
  488.  
  489. [position]
  490. group=visual
  491. value=static|relative|absolute|fixed
  492.  
  493. [quotes]
  494. group=visual
  495. value=none
  496.  
  497. [right]
  498. group=visual
  499. value=<percentage>|<length>|auto
  500.  
  501. [size]
  502. group=page
  503. value=<length>|auto|portrait|landscape
  504.  
  505. [table-layout]
  506. group=table
  507. value=auto|fixed
  508.  
  509. [text-align]
  510. group=text
  511. value=left|right|center|justify
  512.  
  513. [text-decoration]
  514. group=text
  515. value=none|underline|overline|line-through|blink
  516.  
  517. [text-indent]
  518. group=text
  519. value=<percentage>|<length>
  520.  
  521. [text-transform]
  522. group=text
  523. value=capitalize|uppercase|lowercase|none
  524.  
  525. [top]
  526. group=visual
  527. value=<percentage>|<length>|auto
  528.  
  529. [unicode-bidi]
  530. group=text
  531. value=normal|embed|bidi-override|inherit   
  532.  
  533. [vertical-align]
  534. group=visual
  535. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  536.  
  537. [visibility]
  538. group=visual
  539. value=visible|hidden
  540.  
  541. [white-space]
  542. group=visual
  543. value=normal|pre|nowrap
  544.  
  545. [widows]
  546. group=page
  547. value=<number>
  548.  
  549. [width]
  550. group=visual
  551. value=<percentage>|<length>|auto
  552.  
  553. [word-spacing]
  554. group=text
  555. value=<length>|normal
  556.  
  557. [z-index]
  558. group=visual
  559. value=<number>|auto
  560.